.news-list {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-list .news-banner {
  width: 100%;
  height: 674px;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/bg/news_banner.jpg);
}
.news-list .news-tabs {
  width: 1200px;
  height: 168px;
  box-sizing: border-box;
  padding-top: 60px;
  border-bottom: 1px solid #6A85D6;
  display: flex;
  flex-direction: row;
}
.news-list .news-tabs .tab {
  width: 600px;
  line-height: 117px;
  text-align: center;
}
.news-list .news-tabs .tab a {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  font-family: PingFangSC-Regular;
}
.news-list .news-tabs .tab a.active {
  color: #2D31AE;
  font-weight: 700;
  font-family: PingFangSC-Medium;
}
.news-list .news-items {
  width: 100%;
  min-width: 1200px;
  padding: 70px 0px;
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
}
.news-list .news-items .list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.news-list .news-detail {
  margin: 30px auto;
  width: 1200px;
  display: flex;
  flex-direction: column;
}
.news-list .news-detail .title {
  line-height: 60px;
  font-size: 30px;
  font-family: PingFangSC-Medium;
  text-align: center;
}
.news-list .news-detail .content {
  margin-top: 30px;
}
